home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_327 / softfont / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  31 lines

  1. FROM:
  2.     Thomas Lynch
  3.     21208 Nashville
  4.     Chatsworth, CA 91311
  5.     (818)709-2988
  6.  
  7. SUBJECT:
  8.     Font covversion program. Convert portrait soft fonts for HP LaserJet
  9.     compatible laser printers to landscape format. The program works 
  10.     through Intuition or through CLI; the format through CLI is:
  11.  
  12.         [path]portolan [path][portrait font file] [path][new landscape]
  13.  
  14.     All C-code module source is provided except MicroSmiths getfile.o
  15.     requester.
  16.  
  17. DETAILS:
  18.     Working with WordPerfect and a laser printer, I found many requirements
  19.     for use of landscape soft fonts. On a PC where I work, SoftCraft
  20.     provided such a tool. Porting these fonts to the Amiga was a time 
  21.     consuming process. Hence the need for such a program on the Amiga.
  22.  
  23.     The basic program accessed through CLI was straight forward to code.
  24.     The Intuition version used MicroSmiths file requester getfile.o.
  25.     This requester program has problem with large number of filenames 
  26.     (as was the case on my system hard drive). Continued testing caused
  27.     system guru's until problem was found. User BEWARE.
  28.  
  29.     The code was developed with Lattice 5.04
  30.  
  31.     Please contact me if there are any problems.